PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFRawImage Class / PDFRawImage Constructor / PDFRawImage Constructor(String,boolean)
Path to RAW image.
Flag to indicate whether the raw image data should be compressed before writing it in the PDF file.
In This Topic
    PDFRawImage Constructor(String,boolean)
    In This Topic
    Initializes a new PDFRawImage object.
    Syntax
    public PDFRawImage( 
       java.lang.String fileName,
       boolean compress
    )

    Parameters

    fileName
    Path to RAW image.
    compress
    Flag to indicate whether the raw image data should be compressed before writing it in the PDF file.
    See Also